Properties of the TDAScript class.
For a complete list of the TDAScript class members, see the TDAScript Members topic.
Public
Name | Description |
Connection |
Used to specify the connection in which the script will be executed.
|
DataSet |
Refers to a dataset that holds the result set of query execution.
|
EndLine |
Used to get the current statement last line number in a script.
|
EndOffset |
Used to get the offset in the last line of the current statement.
|
EndPos |
Used to get the end position of the current statement.
|
StartLine |
Used to get the current statement start line number in a script.
|
StartOffset |
Used to get the offset in the first line of the current statement.
|
StartPos |
Used to get the start position of the current statement in a script.
|
Statements |
Contains a list of statements obtained from the SQL property.
|
Published
Name | Description |
Debug |
Used to display the script execution and all its parameter values.
|
Delimiter |
Used to set the delimiter string that separates script statements.
|
Macros |
Used to change SQL script text in design- or run-time easily.
|
SQL |
Used to get or set script text.
|
See Also